@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face{
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{ 
	font-family: 'GmarketSansMedium'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
	font-weight: normal; 
	font-style: normal; 
}
@font-face{ 
	font-family: 'GmarketSansLight'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff'); 
	font-weight: normal; 
	font-style: normal; 
} 
* {-webkit-text-size-adjust:none;}
* { margin:0;padding:0; }
a,
a:visited,
a:hover{ color:#222;text-decoration:none; }
img{ border:0px;vertical-align:bottom; }

body{
	margin:0px;
	padding:0px;
}

/* Table */
table{
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
td, th{
	padding:0px;
	word-break:break-all;
}

/* Etc */
.bg_id_color{
	background-color:#e65a4f !important;
}
.bg_gray_color{
	background-color:#f5f5f5 !important;
}
.bg_darkgray_color{
	background-color:#aaa !important;
}
.text_id_color{
	color:#e65a4f !important;
}
.label.required::after{
	content:'*';
	color:red;
	margin-left:3px;
}

/* 박스 그림자 효과 */
.box_shadow_gray{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.button_bottom_fixed{
	width:100%;
	max-width:700px;
	margin:auto;	
}

#wrap{
	width:100%;
	color:#111;
	font-size:16px;
	font-family:Noto Sans KR, Nanum Gothic, Helvetica, sans-serif;
	letter-spacing:-1px;
}

/* 본문 */
#wrap > #body{
	width:100%;
	max-width:700px;
	margin:auto;
}
#wrap > #body > #body_content{
}

/* 공통(탭메뉴) */
#wrap > #body > #body_content > .tab_menu{
	font-size:0px;
	text-align:center;
	border-radius:5px;
	background-color:#ddd;
	padding:10px;
	margin-top:69px;
	margin-left:10px;
	margin-right:10px;
}
#wrap > #body > #body_content > .tab_menu > span{
	display:inline-block;
	width:50%;
	height:45px;
	line-height:45px;
	border-radius:5px;
}
#wrap > #body > #body_content > .tab_menu > span.on{
	background-color:#fff;
}
#wrap > #body > #body_content > .tab_menu > span > a{
	display:block;
	width:100%;
	height:100%;
	color:#111;
	font-size:16px;
	font-weight:500;
}

/* 로그인 */
#wrap.sub_member_login > #body > #body_content > #section1_wrap{
	text-align:center;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.sub_member_login > #body > #body_content > #section1_wrap > #section1{
	margin-left:10px;
	margin-right:00px;
}
#wrap.sub_member_login > #body > #body_content > #section1_wrap > #section1 > #section1_content > p:nth-child(1){
	color:#fff;
	font-size:20px;
	font-weight:600;
}
#wrap.sub_member_login > #body > #body_content > #section1_wrap > #section1 > #section1_content > p:nth-child(2){
	color:#fff;
	font-size:14px;
	font-weight:600;
	margin-top:5px;
}
#wrap.sub_member_login > #body > #body_content > #section1_wrap > #section1 > #section1_content > p:nth-child(3){
	margin-top:30px;
}
#wrap.sub_member_login > #body > #body_content > #section1_wrap > #section1 > #section1_content > p:nth-child(3) > img{
	height:60px;
}
#wrap.sub_member_login > #body > #body_content > #section2_wrap{
	text-align:center;
	background-color:#fff;
}
#wrap.sub_member_login > #body > #body_content > #section2_wrap > #section2{
	margin-left:10px;
	margin-right:10px;
}
#wrap.sub_member_login > #body > #body_content > #section2_wrap > #section2 > #section2_content{
	position:relative;
}
#wrap.sub_member_login > #body > #body_content > #section2_wrap > #section2 > #section2_content > ul{
	position:absolute;
	top:-45px;
	left:0px;
	width:100%;
	font-size:0px;
}
#wrap.sub_member_login > #body > #body_content > #section2_wrap > #section2 > #section2_content > ul > li{
	display:inline-block;
	list-style:none;
	width:calc(33.33% - 6.7px);
	text-align:center;
	border-radius:10px;
	background-color:#fff;
	margin-right:10px;
}
#wrap.sub_member_login > #body > #body_content > #section2_wrap > #section2 > #section2_content > ul > li:last-child{
	margin-right:0px;
}
#wrap.sub_member_login > #body > #body_content > #section2_wrap > #section2 > #section2_content > ul > li > a{
	display:block;
	width:100%;
	padding:15px 0px;
}
#wrap.sub_member_login > #body > #body_content > #section2_wrap > #section2 > #section2_content > ul > li > a > p.name1{
	font-size:18px;
	font-weight:600;
}
#wrap.sub_member_login > #body > #body_content > #section2_wrap > #section2 > #section2_content > ul > li > a > p.name2{
	font-size:15px;
	font-weight:500;
}
#wrap.sub_member_login > #body > #body_content > #section3_wrap{
	text-align:center;
	background-color:#fff;
	margin-top:60px;
}
#wrap.sub_member_login > #body > #body_content > #section3_wrap > #section3{
	margin-left:10px;
	margin-right:10px;
}
#wrap.sub_member_login > #body > #body_content > #section3_wrap > #section3 > #section3_content{
	position:relative;
}
#wrap.sub_member_login > #body > #body_content > #section3_wrap > #section3 > #section3_content > p:nth-child(1){
	font-size:16px;
}
#wrap.sub_member_login > #body > #body_content > #section3_wrap > #section3 > #section3_content > .button{
	display:inline-block;
	width:100%;
	text-align:center;
	border-radius:10px;
	margin-top:5px;
}
#wrap.sub_member_login > #body > #body_content > #section3_wrap > #section3 > #section3_content > .button > a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-size:16px;
	font-weight:600;
	padding:10px 0px;
}
#wrap.sub_member_login > #body > #body_content > #section3_wrap > #section3 > #section3_content > p:nth-child(3){
	margin-top:10px;
}
#wrap.sub_member_login > #body > #body_content > #section3_wrap > #section3 > #section3_content > p:nth-child(3) > a{
	display:block;
	width:100%;
	height:100%;
	font-size:14px;
}

/* 로그인 2단계 */
#wrap.sub_member_login_step > #body > #body_content > #section1_wrap{
	text-align:left;
	background-color:#fff;
	padding-bottom:80px;
	margin-top:20px;
}
#wrap.sub_member_login_step > #body > #body_content > #section1_wrap > form{
	margin-left:10px;
	margin-right:10px;
}
#wrap.sub_member_login_step > #body > #body_content > #section1_wrap > form > p{
	margin-bottom:10px;
}
#wrap.sub_member_login_step > #body > #body_content > #section1_wrap > form .label{
	font-size:15px;
	font-weight:500;
}
#wrap.sub_member_login_step > #body > #body_content > #section1_wrap > form input{
	width:100%;
	height:45px;
	line-height:45px;
	color:#111;
	font-size:15px;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding-left:10px;
}
#wrap.sub_member_login_step > #body > #body_content > #section1_wrap > form .mobile{
	position:relative;
}
#wrap.sub_member_login_step > #body > #body_content > #section1_wrap > form .mobile > #btn_auth_number{
	position:absolute;
	top:0px;
	right:0px;
	display:inline-block;
	height:100%;
	line-height:45px;
	color:#fff;
	font-size:14px;
	text-align:center;
	padding:0px 10px;
	cursor:pointer;
}
#wrap.sub_member_login_step > #body > #body_content > #section1_wrap > form .button{
	width:100%;
	text-align:center;
	border-radius:15px;
	margin-top:30px;
}
#wrap.sub_member_login_step > #body > #body_content > #section1_wrap > form > .button.btn_member_join{
	background-color:#999;
	margin-top:10px;
}
#wrap.sub_member_login_step > #body > #body_content > #section1_wrap > form .button > a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-size:16px;
	font-weight:600;
	padding:10px 0px;
	cursor:pointer;
}
#wrap.sub_member_login_step > #body > #body_content > #section1_wrap > form .callcenter{
	width:100%;
	text-align:center;
	border-radius:15px;
	margin-top:10px;
}
#wrap.sub_member_login_step > #body > #body_content > #section1_wrap > form .callcenter > a{
	display:block;
	width:100%;
	height:100%;
	font-size:14px;
}

/* 로그인(아이디) */
#wrap.sub_member_login_id > #body > #body_content > #section1_wrap{
	text-align:left;
	background-color:#fff;
	padding-bottom:80px;
	margin-top:20px;
}
#wrap.sub_member_login_id > #body > #body_content > #section1_wrap > form{
	margin-left:10px;
	margin-right:10px;
}
#wrap.sub_member_login_id > #body > #body_content > #section1_wrap > form > p{
	margin-bottom:10px;
}
#wrap.sub_member_login_id > #body > #body_content > #section1_wrap > form .label{
	font-size:15px;
	font-weight:500;
}
#wrap.sub_member_login_id > #body > #body_content > #section1_wrap > form input{
	width:100%;
	height:45px;
	line-height:45px;
	color:#111;
	font-size:15px;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding-left:10px;
}
#wrap.sub_member_login_id > #body > #body_content > #section1_wrap > form .photo input{
	margin-bottom:10px;
}
#wrap.sub_member_login_id > #body > #body_content > #section1_wrap > form .button{
	width:100%;
	text-align:center;
	border-radius:10px;
	margin-top:30px;
}
#wrap.sub_member_login_id > #body > #body_content > #section1_wrap > form > .button.btn_member_join{
	background-color:#999;
	margin-top:10px;
}
#wrap.sub_member_login_id > #body > #body_content > #section1_wrap > form .button > a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-size:16px;
	font-weight:600;
	padding:10px 0px;
	cursor:pointer;
}
#wrap.sub_member_login_id > #body > #body_content > #section1_wrap > form .callcenter{
	width:100%;
	text-align:center;
	border-radius:15px;
	margin-top:10px;
}
#wrap.sub_member_login_id > #body > #body_content > #section1_wrap > form .callcenter > a{
	display:block;
	width:100%;
	height:100%;
	font-size:14px;
}

/* 회원가입 */
#wrap.sub_member_join > #body > #body_content > #section1_wrap{
	text-align:center;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.sub_member_join > #body > #body_content > #section1_wrap > #section1{
	margin-left:10px;
	margin-right:00px;
}
#wrap.sub_member_join > #body > #body_content > #section1_wrap > #section1 > #section1_content > p:nth-child(1){
	color:#fff;
	font-size:14px;
	font-weight:600;
	margin-top:5px;
}
#wrap.sub_member_join > #body > #body_content > #section1_wrap > #section1 > #section1_content > p:nth-child(2){
	margin-top:30px;
}
#wrap.sub_member_join > #body > #body_content > #section1_wrap > #section1 > #section1_content > p:nth-child(2) > img{
	height:60px;
}
#wrap.sub_member_join > #body > #body_content > #section2_wrap{
	text-align:center;
	background-color:#fff;
}
#wrap.sub_member_join > #body > #body_content > #section2_wrap > #section2{
	margin-left:10px;
	margin-right:10px;
}
#wrap.sub_member_join > #body > #body_content > #section2_wrap > #section2 > #section2_content{
	position:relative;
}
#wrap.sub_member_join > #body > #body_content > #section2_wrap > #section2 > #section2_content > ul{
	position:absolute;
	top:-45px;
	left:0px;
	width:100%;
	font-size:0px;
}
#wrap.sub_member_join > #body > #body_content > #section2_wrap > #section2 > #section2_content > ul > li{
	display:inline-block;
	list-style:none;
	width:calc(33.33% - 6.7px);
	text-align:center;
	border-radius:10px;
	background-color:#fff;
	margin-right:10px;
}
#wrap.sub_member_join > #body > #body_content > #section2_wrap > #section2 > #section2_content > ul > li:last-child{
	margin-right:0px;
}
#wrap.sub_member_join > #body > #body_content > #section2_wrap > #section2 > #section2_content > ul > li > a{
	display:block;
	width:100%;
	padding:15px 0px;
}
#wrap.sub_member_join > #body > #body_content > #section2_wrap > #section2 > #section2_content > ul > li > a > p.name1{
	font-size:18px;
	font-weight:600;
}
#wrap.sub_member_join > #body > #body_content > #section2_wrap > #section2 > #section2_content > ul > li > a > p.name2{
	font-size:15px;
	font-weight:500;
}
#wrap.sub_member_join > #body > #body_content > #section3_wrap{
	text-align:center;
	background-color:#fff;
	margin-top:60px;
}
#wrap.sub_member_join > #body > #body_content > #section3_wrap > #section3{
	margin-left:10px;
	margin-right:10px;
}
#wrap.sub_member_join > #body > #body_content > #section3_wrap > #section3 > #section3_content{
	position:relative;
}
#wrap.sub_member_join > #body > #body_content > #section3_wrap > #section3 > #section3_content > p:nth-child(1){
	margin-top:10px;
}
#wrap.sub_member_join > #body > #body_content > #section3_wrap > #section3 > #section3_content > p:nth-child(1) > a{
	display:block;
	width:100%;
	height:100%;
	font-size:14px;
}

/* 회원가입 2단계 */
#wrap.sub_member_join_step > #body > #body_content > #section1_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.sub_member_join_step > #body > #body_content > #section1_wrap > form{
	margin-left:10px;
	margin-right:10px;
}
#wrap.sub_member_join_step > #body > #body_content > #section1_wrap > form > p{
	margin-bottom:10px;
}
#wrap.sub_member_join_step > #body > #body_content > #section1_wrap > form .label{
	font-size:15px;
	font-weight:500;
}
#wrap.sub_member_join_step > #body > #body_content > #section1_wrap > form input{
	width:100%;
	height:45px;
	line-height:45px;
	color:#111;
	font-size:15px;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding-left:10px;
}
#wrap.sub_member_join_step > #body > #body_content > #section1_wrap > form .mobile{
	position:relative;
}
#wrap.sub_member_join_step > #body > #body_content > #section1_wrap > form .mobile > #btn_auth_number{
	position:absolute;
	top:0px;
	right:0px;
	display:inline-block;
	height:100%;
	line-height:45px;
	color:#fff;
	font-size:14px;
	text-align:center;
	padding:0px 10px;
	cursor:pointer;
}
#wrap.sub_member_join_step > #body > #body_content > #section1_wrap > form .button{
	width:100%;
	text-align:center;
	border-radius:10px;
	margin-top:30px;
}
#wrap.sub_member_join_step > #body > #body_content > #section1_wrap > form .button > a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-size:16px;
	font-weight:600;
	padding:10px 0px;
	cursor:pointer;
}
#wrap.sub_member_join_step > #body > #body_content > #section1_wrap > form .callcenter{
	width:100%;
	text-align:center;
	border-radius:15px;
	margin-top:10px;
}
#wrap.sub_member_join_step > #body > #body_content > #section1_wrap > form .callcenter > a{
	display:block;
	width:100%;
	height:100%;
	font-size:14px;
}

/* 회원정보 수정 */
#wrap.sub_member_edit > #body > #body_content > #section1_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form{
	margin-left:10px;
	margin-right:10px;
}
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form > p{
	margin-bottom:10px;
}
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form > .customer_title{
	font-size:16px;
	font-weight:600;
	border-bottom:1px solid #000;
	padding-bottom:5px;
}
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form > .company_title{
	font-size:16px;
	font-weight:600;
	border-bottom:1px solid #000;
	padding-bottom:5px;
	margin-top:30px;
}
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form .label{
	font-size:15px;
	font-weight:500;
}
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form input{
	width:100%;
	height:45px;
	line-height:45px;
	color:#111;
	font-size:15px;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding-left:10px;
}
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form input[name='id'],
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form input[name='name']{
	background-color:#f7f7f7 !important;
}
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form textarea{
	width:100%;
	height:120px;
	color:#111;
	font-size:15px;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:10px;
}
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form .photo input{
	margin-bottom:10px;
}
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form .photo_box{
	font-size:0px;
	text-align:left;
	margin-top:-10px;
	margin-bottom:30px;
}
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form .photo_box > div{
	display:inline-block;
	width:100px;
	text-align:center;
	margin-right:10px;
}
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form .photo_box > div > a{
	display:block;
	width:100px;
	height:80px;
}
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form .photo_box > div > a > img{
	width:100px;
	height:100%;
}
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form .photo_box > div > .btn_delete_image{
	display:inline-block;
	width:100%;
	height:35px;
	line-height:35px;
	color:#111;
	font-size:13px;
	background-color:#ddd;
	cursor:pointer;
}
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form .button{
	width:100%;
	text-align:center;
	border-radius:10px;
	margin-top:30px;
}
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form .button > a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-size:16px;
	font-weight:600;
	padding:10px 0px;
	cursor:pointer;
}
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form .callcenter{
	width:100%;
	text-align:center;
	border-radius:15px;
	margin-top:10px;
}
#wrap.sub_member_edit > #body > #body_content > #section1_wrap > form .callcenter > a{
	display:block;
	width:100%;
	height:100%;
	font-size:14px;
}

/* 고객센터 */
#wrap.sub_customer_info > #body > #body_content > #section1_wrap{
	text-align:center;
	background-color:#fff;
	padding-top:20px;
	margin-top:59px;
}
#wrap.sub_customer_info > #body > #body_content > #section1_wrap > #section1{
	margin-left:10px;
	margin-right:10px;
}
#wrap.sub_customer_info > #body > #body_content > #section1_wrap > #section1 > #section1_content > span{
	display:inline-block;
	width:100px;
	background-color:#e65a4f;
	border-radius:20px;
	padding:20px 0px;
}
#wrap.sub_customer_info > #body > #body_content > #section1_wrap > #section1 > #section1_content > span > img{
	height:60px;
}
#wrap.sub_customer_info > #body > #body_content > #section2_wrap{
	text-align:left;
	background-color:#fff;
	margin-top:50px;
}
#wrap.sub_customer_info > #body > #body_content > #section2_wrap > #section2{
	margin-left:10px;
	margin-right:10px;
}
#wrap.sub_customer_info > #body > #body_content > #section2_wrap > #section2 > #section2_content{
	position:relative;
}
#wrap.sub_customer_info > #body > #body_content > #section2_wrap > #section2 > #section2_content > p:nth-child(1){
	font-size:18px;
	font-weight:500;
}
#wrap.sub_customer_info > #body > #body_content > #section2_wrap > #section2 > #section2_content > p:nth-child(2){
	margin-top:10px;
}
#wrap.sub_customer_info > #body > #body_content > #section2_wrap > #section2 > #section2_content > p:nth-child(2) > a{
	color:#000;
	font-size:30px;
	font-weight:600;
	font-family:GmarketSansBold, Noto Sans KR, Nanum Gothic, Helvetica, sans-serif;
}
#wrap.sub_customer_info > #body > #body_content > #section2_wrap > #section2 > #section2_content > p:nth-child(3){
	font-size:14px;
	font-weight:400;
	margin-top:10px;
}
#wrap.sub_customer_info > #body > #body_content > #section2_wrap > #section2 > #section2_content > .button_box{
	font-size:0px;
	text-align:center;
	margin-top:20px;
}
#wrap.sub_customer_info > #body > #body_content > #section2_wrap > #section2 > #section2_content > .button_box > a{
	display:inline-block;
	width:100%;
	font-size:16px;
	font-weight:600;
	border-radius:10px;
	padding:10px 0px;
}
#wrap.sub_customer_info > #body > #body_content > #section2_wrap > #section2 > #section2_content > .button_box > a:nth-child(1){
	color:#111;
	box-sizing:border-box;
	border:1px solid #ddd;
}
#wrap.sub_customer_info > #body > #body_content > #section2_wrap > #section2 > #section2_content > .button_box > a:nth-child(1) img{
	margin-right:5px;
	vertical-align:middle;
}

/* [user] 견적 신청 1단계 */
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form{
	margin-left:10px;
	margin-right:10px;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form > .value{
	margin-bottom:10px;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form .way_type{
	font-size:0px;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form .way_type > span{
	display:inline-block;
	font-size:16px;
	border-radius:20px;
	padding:7px 20px;
	margin-right:5px;
	cursor:pointer;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form .way_type > span:last-child{
	margin-right:0px;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form .way_type > span.on{
	color:#fff;
	background-color:#e65a4f;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form .date{
	font-size:0px;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form .date > input{
	width:calc(50% - 5px);
	margin-right:10px;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form .date > input:last-child{
	margin-right:0px;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form .label{
	font-size:15px;
	font-weight:500;
	padding-bottom:3px;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form input{
	width:100%;
	height:45px;
	line-height:45px;
	color:#111;
	font-size:15px;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding-left:10px;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form input[name='start_name'],
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form input[name='end_name']{
	width:85px;
	margin-right:1px;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form input[name='start_location'],
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form input[name='end_location']{
	width:calc(100% - 90px - 65px);
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form .start_location .button,
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form .end_location .button{
	float:right;
	display:block;
	width:60px !important;
	height:45px;
	line-height:45px;
	color:#111;
	font-size:13px;
	text-align:center;
	box-sizing:border-box;
	border:1px solid #ddd;
	background-color:#f3f3f3;
	margin-left:5px;
	cursor:pointer;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form textarea{
	width:100%;
	height:90px;
	color:#111;
	font-size:15px;
	font-family:Noto Sans KR, Nanum Gothic, Helvetica, sans-serif;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:10px;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form .button#btn_submit{
	width:100%;
	text-align:center;
	border-radius:10px;
	margin-top:30px;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form .button#btn_submit > a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-size:16px;
	font-weight:600;
	padding:10px 0px;
	cursor:pointer;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form .callcenter{
	width:100%;
	text-align:center;
	border-radius:15px;
	margin-top:20px;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form .callcenter{
	margin-top:10px;
}
#wrap.user.sub_estimate_register_step1 > #body > #body_content > #section1_wrap > form .callcenter > a{
	display:block;
	width:100%;
	height:100%;
	font-size:14px;
}

/* [user] 견적 신청 2단계 */
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form{
	margin-left:10px;
	margin-right:10px;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form > .value{
	margin-bottom:10px;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .with_driver_type{
	font-size:0px;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .with_driver_type > span{
	display:inline-block;
	font-size:16px;
	border-radius:20px;
	padding:7px 20px;
	margin-right:5px;
	cursor:pointer;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .with_driver_type > span:last-child{
	margin-right:0px;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .with_driver_type > span.on{
	color:#fff;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .detail_schedule{
	display:none;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .purpose{
	margin-top:5px;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .purpose > p{
	font-size:0px;
	text-align:left;
	border:1px solid #ddd;
	background-color:#fff;
	padding:10px 10px 0px 10px;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .purpose > p > span{
	display:inline-block;
	width:calc(50% - 5px);
	font-size:14px;
	text-align:center;
	border-radius:5px;
	background-color:#eee;
	padding:7px 0px;
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .purpose > p > span:hover{
	background-color:#ddd;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .purpose > p > span:nth-child(2n){
	margin-right:0px;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .purpose > p > span.on{
	color:#fff;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .bus_type{
	margin-top:5px;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .bus_type > p{
	font-size:0px;
	text-align:left;
	border:1px solid #ddd;
	background-color:#fff;
	padding:10px 10px 0px 10px;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .bus_type > p > span{
	display:inline-block;
	width:calc(50% - 5px);
	font-size:14px;
	text-align:center;
	border-radius:5px;
	background-color:#eee;
	padding:7px 0px;
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .bus_type > p > span:hover{
	background-color:#ddd;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .bus_type > p > span:nth-child(2n){
	margin-right:0px;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .bus_type > p > span:last-child{
	width:100%;
	margin-right:0px;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .bus_type > p > span.on{
	color:#fff;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .label{
	font-size:15px;
	font-weight:500;
	padding-bottom:3px;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form input{
	width:100%;
	height:45px;
	line-height:45px;
	color:#111;
	font-size:15px;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding-left:10px;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form textarea{
	width:100%;
	height:90px;
	color:#111;
	font-size:15px;
	font-family:Noto Sans KR, Nanum Gothic, Helvetica, sans-serif;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:10px;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .mobile{
	position:relative;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .mobile > #btn_auth_number{
	position:absolute;
	top:0px;
	right:0px;
	display:inline-block;
	height:100%;
	line-height:45px;
	color:#fff;
	font-size:14px;
	text-align:center;
	padding:0px 10px;
	cursor:pointer;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .button{
	width:100%;
	text-align:center;
	border-radius:10px;
	margin-top:30px;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .button > a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-size:16px;
	font-weight:600;
	padding:10px 0px;
	cursor:pointer;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .callcenter{
	width:100%;
	text-align:center;
	border-radius:15px;
	margin-top:20px;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .callcenter{
	margin-top:10px;
}
#wrap.user.sub_estimate_register_step2 > #body > #body_content > #section1_wrap > form .callcenter > a{
	display:block;
	width:100%;
	height:100%;
	font-size:14px;
}

/* [user] 견적 신청 end */
#wrap.user.sub_estimate_register_end > #body > #body_content > #section1_wrap{
	background-color:#fff;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.user.sub_estimate_register_end > #body > #body_content > #section1_wrap > div{
	margin-left:10px;
	margin-right:10px;
}
#wrap.user.sub_estimate_register_end > #body > #body_content > #section1_wrap > div > .icon{
	text-align:center;
}
#wrap.user.sub_estimate_register_end > #body > #body_content > #section1_wrap > div > .icon img{
	width:50px;
}
#wrap.user.sub_estimate_register_end > #body > #body_content > #section1_wrap > div > .title{
	color:#111;
	font-size:22px;
	font-weight:600;
	text-align:center;
	margin-top:20px;
}
#wrap.user.sub_estimate_register_end > #body > #body_content > #section1_wrap > div > .desc{
	font-size:16px;
	line-height:22px;
	text-align:center;
	margin-top:15px;
}
#wrap.user.sub_estimate_register_end > #body > #body_content > #section1_wrap > div > .list{
	font-size:16px;
	text-align:left;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:30px;
}
#wrap.user.sub_estimate_register_end > #body > #body_content > #section1_wrap > div > .list > p{
	margin-bottom:3px;
}
#wrap.user.sub_estimate_register_end > #body > #body_content > #section1_wrap > div > .list > p:nth-child(1){
	font-size:16px;
	font-weight:500;
}
#wrap.user.sub_estimate_register_end > #body > #body_content > #section1_wrap > div > .list > p:nth-child(1) .icon{
	margin-right:5px;
	vertical-align:bottom;
}
#wrap.user.sub_estimate_register_end > #body > #body_content > #section1_wrap > div > .list > p:nth-child(1) .icon img{
	height:22px;
}
#wrap.user.sub_estimate_register_end > #body > #body_content > #section1_wrap > div .button{
	position:fixed;
	bottom:10px;
	left:0px;
	width:100%;
	z-index:10;
}
#wrap.user.sub_estimate_register_end > #body > #body_content > #section1_wrap > div .button > a{
	display:block;
	width:calc(100% - 20px);
	height:100%;
	color:#fff;
	font-size:16px;
	font-weight:600;
	text-align:center;
	border-radius:10px;
	padding:10px 0px;
	cursor:pointer;
}

/* [user] 견적 예약 목록 */
#wrap.user.sub_estimate_list > #body  > #body_content > #section1_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li{
	position:relative;
	list-style:none;
	box-sizing:border-box;
	border:1px solid #ddd;
	background-color:#f7f7f7;
	padding:10px;
	margin-bottom:20px;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li.no_data{
	text-align:center;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div{
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .start .type{
	color:#fff;
	font-size:12px;
	font-weight:400;
	border-radius:3px;
	padding:3px 5px;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .start .address{
	color:#111;
	font-size:16px;
	font-weight:400;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .start .date{
	color:#111;
	font-size:16px;
	font-weight:400;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .location{
	font-size:0px;
	text-align:left;
	padding-top:5px;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .location > span:nth-child(1){
	display:inline-block;
	width:60px;
	font-size:14px;
	font-weight:400;
	text-align:center;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .location > span:nth-child(1) img{
	margin-right:5px;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .location > span:nth-child(2){
	display:inline-block;
	font-size:16px;
	font-weight:500;
	text-align:left;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .table{
	width:100%;
	margin-top:5px;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .table th{
	width:50px;
	color:#777;
	font-weight:400;
	text-align:left;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .table td{
	color:#111;
	font-weight:400;
	text-align:left;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .table td .day{
	color:red;
	font-weight:400;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .table td .gray{
	color:#777;
	font-weight:400;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .etc{
	margin-top:5px;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .etc > .label{
	display:block;
	color:#777;
	font-size:16px;
	font-weight:400;
	text-align:left;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .etc > .label > span:nth-child(2){
	display:block;
	font-size:16px;
	font-weight:400;
	text-align:left;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .estimate{
	font-size:18px;
	font-weight:600;
	text-align:center;
	padding-top:5px;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .more{
	text-align:center;
	padding-top:5px;
	cursor:pointer;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .more a{
	color:#777;
	font-size:16px;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .more img{
	width:15px;
	margin-left:10px;
	vertical-align:middle;
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .end{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	color:#fff;
	font-size:18px;
	text-align:center;
	background:rgba(0, 0, 0, 0.6);
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .end > span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
#wrap.user.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > div > .end > span a{
	color:yellow;
}

/* [user] 입찰 현황 */
#wrap.user.sub_estimate_apply_list > #body  > #body_content > #section1_wrap{
	position:relative;
	text-align:left;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header{
	box-sizing:border-box;
	border:1px solid #ddd;
	background-color:#f7f7f7;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div{
	position:relative;
	list-style:none;
	padding:10px 10px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .start .type{
	color:#fff;
	font-size:12px;
	font-weight:400;
	border-radius:3px;
	padding:3px 5px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .start .address{
	color:#111;
	font-size:16px;
	font-weight:400;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .start .date{
	color:#111;
	font-size:16px;
	font-weight:400;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .location{
	font-size:0px;
	text-align:left;
	padding-top:5px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .location > span:nth-child(1){
	display:inline-block;
	width:60px;
	font-size:14px;
	font-weight:400;
	text-align:center;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .location > span:nth-child(1) img{
	margin-right:5px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .location > span:nth-child(2){
	display:inline-block;
	font-size:16px;
	font-weight:500;
	text-align:left;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .table{
	width:100%;
	margin-top:5px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .table th{
	width:50px;
	color:#777;
	font-weight:400;
	text-align:left;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .table td{
	color:#111;
	font-weight:400;
	text-align:left;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .table td .day{
	color:red;
	font-weight:400;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .table td .gray{
	color:#777;
	font-weight:400;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .etc{
	margin-top:5px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .etc > .label{
	display:block;
	color:#777;
	font-size:16px;
	font-weight:400;
	text-align:left;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .etc > .label > span:nth-child(2){
	display:block;
	font-size:16px;
	font-weight:400;
	text-align:left;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .estimate{
	font-size:17px;
	font-weight:600;
	text-align:center;
	margin-top:20px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .estimate_desc{
	font-size:16px;
	font-weight:400;
	text-align:center;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .button{
	text-align:center;
	background-color:#111;
	border-radius:10px;
	margin-top:20px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .button > a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-size:16px;
	font-size:400;
	padding:10px 0px;
	cursor:pointer;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .header > div > .button.bg_darkgray_color > a{
	cursor:default;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .title{
	color:#111;
	font-size:18px;
	font-weight:600;
	text-align:center;
	margin-top:20px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > ul.item_list{
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > ul.item_list > li{
	list-style:none;
	box-sizing:border-box;
	border:1px solid #ddd;
	margin-bottom:20px;
	overflow:hidden;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > ul.item_list > li.no_data{
	text-align:center;
	padding:30px 0px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > ul.item_list > li > div{
	float:left;
	width:100px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > ul.item_list > li > div.photo{
	width:100px;
	height:100px;
	background-size:cover !important;
	background-position:0px center !important;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > ul.item_list > li > div.content{
	width:calc(100% - 100px);
	color:#111;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > ul.item_list > li > div.content > a{
	display:block;
	margin:10px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > ul.item_list > li > div.content > a > .name{
	font-size:18px;
	font-weight:600;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > ul.item_list > li > div.content > a > .bus{
	color:#777;
	font-size:14px;
	font-weight:400;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > ul.item_list > li > div.content > a > .etc{
	color:#777;
	font-size:0px;
	font-weight:400;
	margin-top:7px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > ul.item_list > li > div.content > a > .etc > span{
	display:inline-block;
	font-size:14px;
	margin-right:10px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > ul.item_list > li > div.content > a > .etc > span:last-child{
	margin-right:0px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > ul.item_list > li > div.content > a > .etc .star{
	margin-right:3px;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > ul.item_list > li > div.content > a > .etc .price{
	color:#111;
	font-size:18px;
	font-weight:600;
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .state{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	background:rgba(0, 0, 0, 0.5);
}
#wrap.user.sub_estimate_apply_list > #body > #body_content > #section1_wrap > .state > span{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0px;
	width:100%;
	color:#fff;
	font-size:20px;
}

/* [user] 입찰 상세 */
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:0px;
	margin-top:20px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .visiual_wrap{
	position:relative;
	margin-left:10px;
	margin-right:10px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-container1{
	width:100%;
	height:300px;
	box-sizing:border-box;
	border-radius:15px;
	overflow:hidden;
	z-index:1;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-container1 .swiper-wrapper{
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-slide{
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center center !important;
	width:100%;
	opacity:1;
	transition:opacity 0.3s;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-button-next-custom{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:10px;
	opacity:0.4;
	cursor:pointer;
	z-index:8;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-button-prev-custom{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:10px;
	opacity:0.4;
	cursor:pointer;
	z-index:8;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-pagination{
	position:absolute;
	top:20px;
	z-index:2;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-pagination-bullet{
	width:15px !important;
	height:15px !important;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .visiual_wrap .bottom{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:50px;
	/*background:rgba(0, 0, 0, 0.3);
	border-radius:0px 0px 15px 15px;*/
	z-index:2;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .driver{
	position:relative;
	color:#111;
	text-align:center;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .driver > .photo{
	position:absolute;
	top:-35px;
	left:0px;
	width:100%;
	text-align:center;
	z-index:3;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .driver > .photo > i{
	display:block;
	width:70px;
	height:70px;
	border-radius:50%;
	background-repeat:no-repeat;
	background-size:cover !important;
	background-position:center center !important;
	background-color:#fff;
	margin:auto;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .driver > .name{
	font-size:18px;
	font-weight:500;
	padding-top:50px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .driver > .star{
	margin-top:5px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .driver > .star > div{
	width:150px;
	height:20px;
	font-size:0px;
	text-align:left;
	margin:auto;
	overflow:hidden;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .driver > .star > div > div{
	float:left;
	display:block;
	margin:0px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .driver > .star > div > div.image{
	position:relative;
	width:112px;
	height:20px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .driver > .star > div > div > img{
	vertical-align:bottom;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .driver > .star > div > div.number{
	display:inline-block;
	color:#777;
	font-size:18px;
	font-weight:500;
	margin-top:-2px;
	margin-left:3px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .driver > .introduce{
	display:inline-block;
	color:#777;
	font-size:15px;
	font-weight:400;
	margin-top:10px;
	margin-left:50px;
	margin-right:50px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > .driver > .star > div > div > i{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	overflow:hidden;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > div > ul.bus{
	max-width:400px;
	margin:10px auto 0px auto;
	overflow:hidden;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > div > ul.bus > li{
	float:left;
	list-style:none;
	width:33.3%;
	color:#777;
	font-size:15px;
	text-align:center;
	margin-top:10px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > div > ul.bus > li .name{
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section1_wrap > div > ul.bus > li .value{
	margin-top:5px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section2_wrap{
	text-align:center;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section2_wrap > .price{
	background-color:#f7f7f7;
	padding:10px 0px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section2_wrap > .price > div{
	position:relative;
	font-size:0px;
	text-align:left;
	box-sizing:border-box;
	border:1px solid #ddd;
	background-color:#fff;
	padding:15px 0px;
	margin:0px 10px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section2_wrap > .price > div > span{
	display:inline-block;
	color:#111;
	font-size:16px;
	font-size:500;
	margin-left:10px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section2_wrap > .price > div > span:nth-child(2){
	color:#777;
	margin-left:5px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section2_wrap > .price > div > span:nth-child(3){
	position:absolute;
	top:10px;
	right:10px;
	color:#111;
	font-size:18px;
	font-size:600;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section2_wrap > .bus_type{
	background-color:#f7f7f7;
	padding:10px 0px 0px 0px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section2_wrap > .bus_type > div{
	position:relative;
	font-size:0px;
	text-align:left;
	box-sizing:border-box;
	border:1px solid #ddd;
	background-color:#fff;
	padding:15px 0px;
	margin:0px 10px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section2_wrap > .bus_type > div > span{
	display:inline-block;
	color:#111;
	font-size:16px;
	font-size:500;
	margin-left:10px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section2_wrap > .bus_type > div > span:nth-child(2){
	position:absolute;
	top:10px;
	right:10px;
	color:#111;
	font-size:18px;
	font-size:600;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section2_wrap > .button{
	position:fixed;
	bottom:10px;
	display:block;
	width:calc(100% - 20px);
	max-width:680px;
	color:#fff;
	font-size:19px;
	border-radius:10px;
	padding:15px 0px;
	margin:auto;
	cursor:pointer;
	z-index:10;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section3_wrap{
	text-align:left;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:80px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section3_wrap > .title{
	font-size:16px;
	font-weight:600;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section3_wrap > ul.review{
	margin-top:10px;;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section3_wrap > ul.review > li{
	list-style:none;
	margin-bottom:20px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section3_wrap > ul.review > li.no_data{
	text-align:center;
	padding:20px 0px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section3_wrap > ul.review > li > div{
	margin:10px;
	overflow:hidden;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section3_wrap > ul.review > li > div > .name{
	position:relative;
	font-size:0px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section3_wrap > ul.review > li > div > .name > p{
	display:inline-block;
	font-size:16px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section3_wrap > ul.review > li > div > .name > p.id{
	vertical-align:middle;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section3_wrap > ul.review > li > div > .name > p.star{
	position:relative;
	width:80px;
	margin-left:10px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section3_wrap > ul.review > li > div > .name > p.star > img{
	width:100%;
	vertical-align:bottom;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section3_wrap > ul.review > li > div > .name > p.star > i{
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section3_wrap > ul.review > li > div > .name > p.star > i > img{
	width:80px;
	vertical-align:bottom;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section3_wrap > ul.review > li > div > .name > p.purpose{
	position:absolute;
	top:10px;
	right:0px;
	color:#777;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section3_wrap > ul.review > li > div > .content{
	margin-top:10px;
	margin-bottom:10px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section3_wrap > ul.review > li > div > .image{
	margin-top:10px;
	margin-bottom:10px;
}
#wrap.user.sub_estimate_apply_detail > #body > #body_content > #section3_wrap > ul.review > li > div > .image > img{
	width:100%;
	vertical-align:bottom;
}

/* [user] 기사님 프로필 */
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:0px;
	margin-top:79px;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .visiual_wrap{
	position:relative;
	margin-left:10px;
	margin-right:10px;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-container1{
	width:100%;
	height:300px;
	box-sizing:border-box;
	border-radius:15px;
	overflow:hidden;
	z-index:1;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-container1 .swiper-wrapper{
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-slide{
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center center !important;
	width:100%;
	opacity:1;
	transition:opacity 0.3s;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-button-next-custom{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:10px;
	opacity:0.4;
	cursor:pointer;
	z-index:8;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-button-prev-custom{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:10px;
	opacity:0.4;
	cursor:pointer;
	z-index:8;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-pagination{
	position:absolute;
	top:20px;
	z-index:2;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-pagination-bullet{
	width:15px !important;
	height:15px !important;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .visiual_wrap .bottom{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:50px;
	/*background:rgba(0, 0, 0, 0.3);
	border-radius:0px 0px 15px 15px;*/
	z-index:2;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .driver{
	position:relative;
	color:#111;
	text-align:center;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .driver > .photo{
	position:absolute;
	top:-35px;
	left:0px;
	width:100%;
	text-align:center;
	z-index:3;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .driver > .photo > i{
	display:block;
	width:70px;
	height:70px;
	border-radius:50%;
	background-repeat:no-repeat;
	background-size:cover !important;
	background-position:center center !important;
	background-color:#fff;
	margin:auto;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .driver > .name{
	font-size:18px;
	font-weight:500;
	padding-top:50px;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .driver > .star{
	margin-top:5px;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .driver > .star > div{
	width:150px;
	height:20px;
	font-size:0px;
	text-align:left;
	margin:auto;
	overflow:hidden;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .driver > .star > div > div{
	float:left;
	display:block;
	margin:0px;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .driver > .star > div > div.image{
	position:relative;
	width:112px;
	height:20px;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .driver > .star > div > div > img{
	vertical-align:bottom;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .driver > .star > div > div.number{
	display:inline-block;
	color:#777;
	font-size:18px;
	font-weight:500;
	margin-top:-2px;
	margin-left:3px;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .driver > .introduce{
	display:inline-block;
	color:#777;
	font-size:15px;
	font-weight:400;
	margin-top:10px;
	margin-left:50px;
	margin-right:50px;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > .driver > .star > div > div > i{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	overflow:hidden;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > div > ul.bus{
	max-width:400px;
	margin:10px auto 0px auto;
	overflow:hidden;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > div > ul.bus > li{
	float:left;
	list-style:none;
	width:33.3%;
	color:#777;
	font-size:15px;
	text-align:center;
	margin-top:10px;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > div > ul.bus > li .name{
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section1_wrap > div > ul.bus > li .value{
	margin-top:5px;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section2_wrap{
	position:relative;
	text-align:left;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:80px;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section2_wrap > .title{
	font-size:16px;
	font-weight:600;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section2_wrap > .right{
	position:absolute;
	top:-10px;
	right:0px;
	font-size:13px;
	font-weight:500;
	padding:10px 20px;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section2_wrap > .right a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section2_wrap > ul.review{
	margin-top:15px;;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section2_wrap > ul.review > li{
	list-style:none;
	margin-bottom:20px;
}
#wrap.sub_driver_profile_info > #body > #body_content > #section2_wrap > ul.review > li.no_data{
	text-align:center;
	padding:20px 0px;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div{
	margin:10px;
	overflow:hidden;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .name{
	position:relative;
	font-size:0px;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .name > p{
	display:inline-block;
	font-size:16px;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .name > p.id{
	vertical-align:middle;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .name > p.star{
	position:relative;
	width:80px;
	margin-left:10px;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .name > p.star > img{
	width:100%;
	vertical-align:bottom;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .name > p.star > i{
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .name > p.star > i > img{
	width:80px;
	vertical-align:bottom;
}
#wrap.sub_driver_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .name > p.purpose{
	position:absolute;
	top:10px;
	right:0px;
	color:#777;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .content{
	margin-top:10px;
	margin-bottom:10px;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .image{
	margin-bottom:10px;
}
#wrap.user.sub_driver_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .image > img{
	width:100%;
	vertical-align:bottom;
}

/* [user] 후기글 쓰기 */
#wrap.user.sub_driver_profile_register > #body  > #body_content > #section1_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:0px;
	margin-top:79px;
	margin-left:10px;
	margin-right:10px;
}
#wrap.user.sub_driver_profile_register > #body > #body_content > #section1_wrap > p{
}
#wrap.user.sub_driver_profile_register > #body > #body_content > #section1_wrap > .title{
	position:relative;
	font-size:16px;
	font-weight:600;
}
#wrap.user.sub_driver_profile_register > #body > #body_content > #section1_wrap > .content > form{
	margin-top:10px;
}
#wrap.user.sub_driver_profile_register > #body > #body_content > #section1_wrap > .content > form .attach_file_box{
	position:relative;
	margin:10px 0 5px 0;
}
#wrap.user.sub_driver_profile_register > #body > #body_content > #section1_wrap > .content > form .attach_file_box .imsi_file_form{
	position:absolute;
	right: 0px;
	top: 0px;
	width:100%;
	height:40px;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding-left:10px;
}
#wrap.user.sub_driver_profile_register > #body > #body_content > #section1_wrap > .content > form .attach_file_box .upload_file_form{
	position:relative;
	display:inline-block;
	width:100%;
	height:40px;
	border:0px;
}
#wrap.user.sub_driver_profile_register > #body > #body_content > #section1_wrap > .content > form .attach_file_box .input_file_button{
	position:absolute;
	right: 0px;
	top: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
	width:90px;
	height:40px;
}
#wrap.user.sub_driver_profile_register > #body > #body_content > #section1_wrap > .content > form .attach_file_box .file_button_image{
	position:absolute;
	background:url('/images/btn_search_file.png');
	width:90px;
	height:40px;
	top: 1px;
	right:0px;
	border:0px;
}
#wrap.user.sub_driver_profile_register > #body > #body_content > #section1_wrap > .content > form textarea{
	width:100%;
	height:250px;
	font-size:16px;
	font-weight:300;
	font-family:Noto Sans KR,Nanum Gothic,Helvetica,sans-serif;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:10px;
	margin-top:10px;
}
#wrap.user.sub_driver_profile_register > #body > #body_content > #section1_wrap > .content > form textarea::placeholder{
	font-size:16px;
	font-weight:300;
	font-family:Noto Sans KR,Nanum Gothic,Helvetica,sans-serif;
}
#wrap.user.sub_driver_profile_register > #body > #body_content > #section1_wrap > .content > form .button_box{
	font-size:0px;
	text-align:center;
	margin-top:20px;
}
#wrap.user.sub_driver_profile_register > #body > #body_content > #section1_wrap > .content > form .button_box > span{
	display:inline-block;
	width:calc(50% - 5px);
	font-size:16px;
	border-radius:10px;
	padding:10px 0px;
	cursor:pointer;
}
#wrap.user.sub_driver_profile_register > #body > #body_content > #section1_wrap > .content > form .button_box > span:nth-child(1){
	color:#111;
	box-sizing:border-box;
	border:1px solid #ddd;
	margin-right:10px;
}
#wrap.user.sub_driver_profile_register > #body > #body_content > #section1_wrap > .content > form .button_box > span:nth-child(2){
	color:#fff;
}

/* [user] 문의하기 */
#wrap.user.sub_note_register > #body  > #body_content > .tab_menu{
	font-size:0px;
	text-align:center;
	border-radius:5px;
	background-color:#ddd;
	padding:10px;
	margin-top:69px;
	margin-left:10px;
	margin-right:10px;
}
#wrap.user.sub_note_register > #body  > #body_content > .tab_menu > span{
	display:inline-block;
	width:50%;
	height:45px;
	line-height:45px;
	border-radius:5px;
}
#wrap.user.sub_note_register > #body  > #body_content > .tab_menu > span.on{
	background-color:#fff;
}
#wrap.user.sub_note_register > #body  > #body_content > .tab_menu > span > a{
	display:block;
	width:100%;
	height:100%;
	color:#111;
	font-size:16px;
	font-weight:500;
}
#wrap.user.sub_note_register > #body  > #body_content > #section1_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:0px;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
}
#wrap.user.sub_note_register > #body > #body_content > #section1_wrap > p{
}
#wrap.user.sub_note_register > #body > #body_content > #section1_wrap > .title{
	position:relative;
	font-size:16px;
	font-weight:600;
}
#wrap.user.sub_note_register > #body > #body_content > #section1_wrap > .title > .right{
	position:absolute;
	top:0px;
	right:0px;
	color:red;
	font-size:16px;
	font-weight:600;
}
#wrap.user.sub_note_register > #body > #body_content > #section1_wrap > .content > form{
	margin-top:10px;
}
#wrap.user.sub_note_register > #body > #body_content > #section1_wrap > .content > form textarea{
	width:calc(100% - 20px);
	height:150px;
	font-size:16px;
	font-weight:300;
	font-family:Noto Sans KR,Nanum Gothic,Helvetica,sans-serif;
	padding:10px;
}
#wrap.user.sub_note_register > #body > #body_content > #section1_wrap > .content > form textarea::placeholder{
	font-size:16px;
	font-weight:300;
	font-family:Noto Sans KR,Nanum Gothic,Helvetica,sans-serif;
}
#wrap.user.sub_note_register > #body > #body_content > #section1_wrap > .content > form .button_box{
	font-size:0px;
	text-align:center;
	margin-top:20px;
}
#wrap.user.sub_note_register > #body > #body_content > #section1_wrap > .content > form .button_box > span{
	display:inline-block;
	width:calc(50% - 5px);
	font-size:16px;
	border-radius:10px;
	padding:10px 0px;
	cursor:pointer;
}
#wrap.user.sub_note_register > #body > #body_content > #section1_wrap > .content > form .button_box > span:nth-child(1){
	color:#111;
	box-sizing:border-box;
	border:1px solid #ddd;
	margin-right:10px;
}
#wrap.user.sub_note_register > #body > #body_content > #section1_wrap > .content > form .button_box > span:nth-child(2){
	color:#fff;
}

/* [user] 문의 목록 */
#wrap.user.sub_note_list > #body  > #body_content > #section1_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.user.sub_note_list > #body > #body_content > #section1_wrap > ul.list{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
#wrap.user.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li{
	position:relative;
	list-style:none;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:15px;
	margin-bottom:20px;
}
#wrap.user.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li.no_data{
	text-align:center;
	padding:25px 0px;
}
#wrap.user.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .name{
	position:relative;
}
#wrap.user.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .name > .date{
	position:absolute;
	top:0px;
	right:0px;
	color:#111;
}
#wrap.user.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .answer{
	position:relative;
	border-top:1px dotted #ddd;
	padding-top:10px;
	margin-top:10px;
}
#wrap.user.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .answer > .icon{
	position:absolute;
	top:0px;
	left:0px;
}
#wrap.user.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .answer > .content{
	width:calc(100% - 30px);
	color:#777;
	margin-top:0px;
	margin-left:30px;
}
#wrap.user.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .answer .date{
	color:#777;
	margin-top:5px;
	margin-left:30px;
}
#wrap.user.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .btn_write,
#wrap.user.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .btn_apply_view{
	display:inline-block;
	color:#fff;
	font-size:13px;
	background-color:#444;
	border-radius:5px;
	padding:5px 20px 8px;
	margin-top:10px;
	margin-right:5px;
	cursor:pointer;
}
#wrap.user.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .btn_write a,
#wrap.user.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .btn_apply_view a{
	display:inline-block;
	width:100%;
	height:100%;
	color:#fff;
}
#wrap.user.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .answer_write_box{
	display:none;
	text-align:right;
	background-color:#f5f5f5;
	padding:10px;
	margin-top:10px;
}
#wrap.user.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .answer_write_box > textarea{
	width:calc(100% - 10px);
	height:100px;
	font-size:16px;
	text-align:left;
	border:1px solid #999;
	padding:5px;
}
#wrap.user.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .answer_write_box > .button{
	display:inline-block;
	color:#111;
	font-size:13px;
	text-align:right;
	background-color:#fff;
	border-radius:5px;
	border:1px solid #111;
	padding:5px 20px 8px;
	margin-top:10px;
	cursor:pointer;
	margin-top:5px;
	margin-left:5px;
}

/* [driver] 견적 신청 목록 */
#wrap.driver.sub_estimate_list > #body  > #body_content > #section1_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > .header{
	font-size:0px;
	box-sizing:border-box;
	border:1px solid #ddd;
	margin-left:10px;
	margin-right:10px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > .header > span{
	display:inline-block;
	width:25%;
	font-size:15px;
	font-weight:500;
	text-align:center;
	box-sizing:border-box;
	border-right:1px solid #ddd;
	padding:10px 0px;
	cursor:pointer;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > .header > span:last-child{
	border-right:0px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > .header > span.on{
	color:#fff;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > ul{
	margin-top:-30px;
	margin-left:10px;
	margin-right:10px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li{
	position:relative;
	list-style:none;
	box-sizing:border-box;
	border-bottom:1px solid #ddd;
	padding:10px 0px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > .line1{
	position:relative;
	text-align:left;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > .line1 .date{
	color:#111;
	font-size:16px;
	font-weight:400;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > .line1 .day{
	color:#111;
	font-size:16px;
	font-weight:400;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > .line1 .schedule{
	color:#aaa;
	font-size:14px;
	font-weight:400;
	margin-left:5px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > .line1 .right{
	position:absolute;
	top:0px;
	right:0px;
	color:#111;
	font-size:16px;
	font-weight:500;
	text-align:right;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > .line2{
	font-size:0px;
	text-align:left;
	padding-top:5px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > .line2 > span:nth-child(1){
	display:inline-block;
	width:60px;
	font-size:14px;
	font-weight:400;
	text-align:center;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > .line2 > span:nth-child(1) img{
	margin-right:5px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > .line2 > span:nth-child(2){
	display:inline-block;
	font-size:16px;
	font-weight:500;
	text-align:left;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > .line3{
	font-size:0px;
	text-align:left;
	padding-top:5px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > .line3 > span:nth-child(1){
	display:inline-block;
	width:60px;
	font-size:14px;
	font-weight:400;
	text-align:center;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > .line3 > span:nth-child(2){
	display:inline-block;
	font-size:17px;
	font-weight:500;
	text-align:left;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > .line4{
	font-size:0px;
	text-align:right;
	padding-top:5px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > .line4 > span{
	display:inline-block;
	font-size:11px;
	font-weight:400;
	text-align:center;
	border:1px solid #ddd;
	border-radius:10px;
	padding:5px 5px;
	margin-left:3px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > .line4 > span.new{
	color:#e65a4f;
	border:1px solid #e65a4f;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #section1_wrap > ul > li > .hidden{
	display:none;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply{ /* 모달창 */
	display:none;
	position:absolute;
	top:0px;
	left:50%;
	transform:translateX(-50%);
	width:100%;
	max-width:700px;
	height:100%;
	background:rgba(0,0,0,0.8);
	padding-bottom:50px;
	z-index:99;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div{
	position:absolute;
	top:15px;
	left:50%;
	transform:translateX(-50%);
	display:block;
	width:calc(100% - 20px);
	box-sizing:border-box;
	border:1px solid #4e4e4e;
	background-color:#fff;
	padding:0;
	margin:0px;
	overflow:hidden;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .close{
	position:absolute;
	top:15px;
	left:50%;
	transform:translateX(-50%);
	width:40px;
	height:40px;
	line-height:37px;
	text-align:center;
	background:rgba(0,0,0,0.3);
	cursor:pointer;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .close img{
	width:23px;
	vertical-align:middle;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content1{
	position:relative;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:10px 10px;
	margin:70px 10px 0px 10px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content1 > .start .type{
	color:#fff;
	font-size:12px;
	font-weight:400;
	border-radius:3px;
	padding:3px 5px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content1 > .start .address{
	color:#111;
	font-size:16px;
	font-weight:400;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content1 > .start .date{
	color:#111;
	font-size:16px;
	font-weight:400;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content1 > .location{
	font-size:0px;
	text-align:left;
	padding-top:5px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content1 > .location > span:nth-child(1){
	display:inline-block;
	width:60px;
	font-size:14px;
	font-weight:400;
	text-align:center;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content1 > .location > span:nth-child(1) img{
	margin-right:5px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content1 > .location > span:nth-child(2){
	display:inline-block;
	font-size:16px;
	font-weight:500;
	text-align:left;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content1 > .table{
	width:100%;
	margin-top:5px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content1 > .table th{
	width:50px;
	color:#777;
	font-weight:400;
	text-align:left;
	vertical-align:top;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content1 > .table td{
	color:#111;
	font-weight:400;
	text-align:left;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content1 > .table td .day{
	color:red;
	font-weight:400;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content1 > .table td .gray{
	color:#777;
	font-weight:400;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content1 > .etc{
	margin-top:5px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content1 > .etc > .label{
	display:block;
	color:#777;
	font-size:16px;
	font-weight:400;
	text-align:left;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content1 > .etc > .label > span:nth-child(2){
	display:block;
	font-size:16px;
	font-weight:400;
	text-align:left;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content2{
	margin:10px 10px 20px 10px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content2 > div{
	margin-bottom:10px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content2 > div > input[type='text']{
	width:100%;
	height:45px;
	line-height:45px;
	color:#111;
	font-size:19px;
	font-weight:600;
	box-sizing:border-box;
	border:1px solid red;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:10px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content2 > div > .checkbox_box{
	margin-top:5px;
	margin-bottom:10px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content2 > div > .checkbox_box > input[type='checkbox']{
	width:20px;
	height:20px;
	margin-top:-3px;
	margin-right:3px;
	vertical-align:middle;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content2 .desc{
	font-size:15px;
	font-weight:400;
	margin-top:-5px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content2 .button{
	width:100%;
	text-align:center;
	border-radius:10px;
	margin-top:20px;
}
#wrap.driver.sub_estimate_list > #body > #body_content > #modal_estimate_apply > div > form > .content2 .button > a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-size:18px;
	font-weight:600;
	padding:15px 0px;
	cursor:pointer;
}

/* [driver] 입찰 지원 목록 */
#wrap.driver.sub_apply_list > #body  > #body_content > #section1_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li{
	position:relative;
	list-style:none;
	box-sizing:border-box;
	border:1px solid #ddd;
	background-color:#f7f7f7;
	padding:10px;
	margin-bottom:20px;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li.no_data{
	text-align:center;
	padding:25px 0px;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div{
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .start .type{
	color:#fff;
	font-size:12px;
	font-weight:400;
	border-radius:3px;
	padding:3px 5px;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .start .address{
	color:#111;
	font-size:16px;
	font-weight:400;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .start .date{
	color:#111;
	font-size:16px;
	font-weight:400;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .location{
	font-size:0px;
	text-align:left;
	padding-top:5px;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .location > span:nth-child(1){
	display:inline-block;
	width:60px;
	font-size:14px;
	font-weight:400;
	text-align:center;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .location > span:nth-child(1) img{
	margin-right:5px;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .location > span:nth-child(2){
	display:inline-block;
	font-size:16px;
	font-weight:500;
	text-align:left;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .table{
	width:100%;
	margin-top:5px;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .table th{
	width:50px;
	color:#777;
	font-weight:400;
	text-align:left;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .table td{
	color:#111;
	font-weight:400;
	text-align:left;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .table td .day{
	color:red;
	font-weight:400;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .table td .gray{
	color:#777;
	font-weight:400;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .etc{
	margin-top:5px;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .etc > .label{
	display:block;
	color:#777;
	font-size:16px;
	font-weight:400;
	text-align:left;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .etc > .label > span:nth-child(2){
	display:block;
	font-size:16px;
	font-weight:400;
	text-align:left;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .estimate{
	font-size:18px;
	font-weight:600;
	text-align:center;
	padding-top:5px;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .more{
	text-align:center;
	padding-top:5px;
	cursor:pointer;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .more a{
	color:#777;
	font-size:16px;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .more img{
	width:15px;
	margin-left:10px;
	vertical-align:middle;
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .end{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	color:#fff;
	font-size:18px;
	text-align:center;
	background:rgba(0, 0, 0, 0.6);
}
#wrap.driver.sub_apply_list > #body > #body_content > #section1_wrap > ul > li > div > .end > span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

/* [driver] 입찰 지원 상세 */
#wrap.driver.sub_apply_detail > #body  > #body_content > #section1_wrap{
	position:relative;
	text-align:left;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header{
	box-sizing:border-box;
	border:1px solid #ddd;
	background-color:#f7f7f7;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div{
	position:relative;
	list-style:none;
	padding:10px 10px;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .start .type{
	color:#fff;
	font-size:12px;
	font-weight:400;
	border-radius:3px;
	padding:3px 5px;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .start .address{
	color:#111;
	font-size:16px;
	font-weight:400;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .start .date{
	color:#111;
	font-size:16px;
	font-weight:400;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .location{
	font-size:0px;
	text-align:left;
	padding-top:5px;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .location > span:nth-child(1){
	display:inline-block;
	width:60px;
	font-size:14px;
	font-weight:400;
	text-align:center;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .location > span:nth-child(1) img{
	margin-right:5px;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .location > span:nth-child(2){
	display:inline-block;
	font-size:16px;
	font-weight:500;
	text-align:left;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .table{
	width:100%;
	margin-top:5px;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .table th{
	width:50px;
	color:#777;
	font-weight:400;
	text-align:left;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .table td{
	color:#111;
	font-weight:400;
	text-align:left;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .table td .day{
	color:red;
	font-weight:400;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .table td .gray{
	color:#777;
	font-weight:400;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .etc{
	margin-top:5px;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .etc > .label{
	display:block;
	color:#777;
	font-size:16px;
	font-weight:400;
	text-align:left;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .etc > .label > span:nth-child(2){
	display:block;
	font-size:16px;
	font-weight:400;
	text-align:left;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .estimate{
	font-size:17px;
	font-weight:600;
	text-align:center;
	margin-top:5px;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .estimate_desc{
	font-size:16px;
	font-weight:400;
	text-align:center;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .button{
	text-align:center;
	background-color:#111;
	border-radius:10px;
	margin-top:20px;
}
#wrap.driver.sub_apply_detail > #body > #body_content > #section1_wrap > .header > div > .button > a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-size:16px;
	font-size:400;
	padding:10px 0px;
}

/* [driver] 계약 목록 */
#wrap.driver.sub_contract_list > #body  > #body_content > #section1_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li{
	position:relative;
	list-style:none;
	box-sizing:border-box;
	border:1px solid #ddd;
	background-color:#f7f7f7;
	padding:10px;
	margin-bottom:30px;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li.no_data{
	text-align:center;
	padding:25px 0px;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div{
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .table.customer{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .table.customer th{
	width:120px;
	color:#111;
	font-weight:400;
	text-align:center;
	border:1px solid #111;
	background-color:#ddd;
	padding:10px 0px;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .table.customer td{
	color:#111;
	font-weight:400;
	text-align:center;
	border:1px solid #111;
	background-color:#fff;
	padding:10px 0px;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .table.customer td .button{
	display:inline-block;
	font-size:12px;
	border-radius:3px;
	padding:3px 10px 5px 10px;
	margin-left:3px;
	cursor:pointer;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .table.customer td .button.on{
	color:#777;
	background-color:#ddd;
	cursor:default;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .table.customer td .button a{
	color:#fff;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .process{
	position:relative;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .process > .icon img{
	width:100%;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .process > .state{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0px;
	width:100%;
	font-size:0px;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .process > .state > span{
	display:inline-block;
	width:33.33%;
	color:#777;
	font-size:16px;
	font-weight:600;
	text-align:center;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .process > .state > span.on{
	color:#fff;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .start{
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .start .type{
	color:#fff;
	font-size:12px;
	font-weight:400;
	border-radius:3px;
	padding:3px 5px;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .start .address{
	color:#111;
	font-size:16px;
	font-weight:400;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .start .date{
	color:#111;
	font-size:16px;
	font-weight:400;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .location{
	font-size:0px;
	text-align:left;
	padding-top:5px;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .location > span:nth-child(1){
	display:inline-block;
	width:60px;
	font-size:14px;
	font-weight:400;
	text-align:center;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .location > span:nth-child(1) img{
	margin-right:5px;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .location > span:nth-child(2){
	display:inline-block;
	font-size:16px;
	font-weight:500;
	text-align:left;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .table{
	width:100%;
	margin-top:5px;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .table th{
	width:50px;
	color:#777;
	font-weight:400;
	text-align:left;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .table td{
	color:#111;
	font-weight:400;
	text-align:left;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .table td .day{
	color:red;
	font-weight:400;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .table td .gray{
	color:#777;
	font-weight:400;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .etc{
	margin-top:5px;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .etc > .label{
	display:block;
	color:#777;
	font-size:16px;
	font-weight:400;
	text-align:left;
}
#wrap.driver.sub_contract_list > #body > #body_content > #section1_wrap > ul > li > div > .etc > .label > span:nth-child(2){
	display:block;
	font-size:16px;
	font-weight:400;
	text-align:left;
}

/* [driver] 문의 목록 */
#wrap.driver.sub_note_list > #body  > #body_content > #section1_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.driver.sub_note_list > #body > #body_content > #section1_wrap > ul.list{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
#wrap.driver.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li{
	position:relative;
	list-style:none;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:15px;
	margin-bottom:20px;
}
#wrap.driver.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li.no_data{
	text-align:center;
	padding:25px 0px;
}
#wrap.driver.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .name{
	position:relative;
}
#wrap.driver.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .name > .date{
	position:absolute;
	top:0px;
	right:0px;
	color:#111;
}
#wrap.driver.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .answer{
	position:relative;
	border-top:1px dotted #ddd;
	padding-top:10px;
	margin-top:10px;
}
#wrap.driver.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .answer > .icon{
	position:absolute;
	top:0px;
	left:0px;
}
#wrap.driver.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .answer > .content{
	width:calc(100% - 30px);
	color:#777;
	margin-top:0px;
	margin-left:30px;
}
#wrap.driver.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .answer > .content > .view{
	display:inline-block;
	color:red;
	margin-left:10px;
}
#wrap.driver.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .answer .date{
	color:#777;
	margin-top:5px;
	margin-left:30px;
}
#wrap.driver.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .btn_write,
#wrap.driver.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .btn_apply_view{
	display:inline-block;
	color:#fff;
	font-size:13px;
	background-color:#444;
	border-radius:5px;
	padding:5px 20px 8px;
	margin-top:10px;
	margin-right:5px;
	cursor:pointer;
}
#wrap.driver.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .btn_write a,
#wrap.driver.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .btn_apply_view a{
	display:inline-block;
	width:100%;
	height:100%;
	color:#fff;
}
#wrap.driver.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .answer_write_box{
	display:none;
	text-align:right;
	background-color:#f5f5f5;
	padding:10px;
	margin-top:10px;
}
#wrap.driver.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .answer_write_box > textarea{
	width:calc(100% - 10px);
	height:100px;
	font-size:16px;
	text-align:left;
	border:1px solid #999;
	padding:5px;
}
#wrap.driver.sub_note_list > #body > #body_content > #section1_wrap > ul.list > li > .answer_write_box > .button{
	display:inline-block;
	color:#111;
	font-size:13px;
	text-align:right;
	background-color:#fff;
	border-radius:5px;
	border:1px solid #111;
	padding:5px 20px 8px;
	margin-top:10px;
	cursor:pointer;
	margin-top:5px;
	margin-left:5px;
}

/* [driver] 기사님 프로필 */
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:0px;
	margin-top:79px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .visiual_wrap{
	position:relative;
	margin-left:10px;
	margin-right:10px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-container1{
	width:100%;
	height:300px;
	box-sizing:border-box;
	border-radius:15px;
	overflow:hidden;
	z-index:1;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-container1 .swiper-wrapper{
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-slide{
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center center !important;
	width:100%;
	opacity:1;
	transition:opacity 0.3s;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-button-next-custom{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:10px;
	opacity:0.4;
	cursor:pointer;
	z-index:8;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-button-prev-custom{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:10px;
	opacity:0.4;
	cursor:pointer;
	z-index:8;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-pagination{
	position:absolute;
	top:20px;
	z-index:2;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .visiual_wrap .swiper-pagination-bullet{
	width:15px !important;
	height:15px !important;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .visiual_wrap .bottom{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:50px;
	/*background:rgba(0, 0, 0, 0.3);
	border-radius:0px 0px 15px 15px;*/
	z-index:2;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .driver{
	position:relative;
	color:#111;
	text-align:center;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .driver > .photo{
	position:absolute;
	top:-35px;
	left:0px;
	width:100%;
	text-align:center;
	z-index:3;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .driver > .photo > i{
	display:block;
	width:70px;
	height:70px;
	border-radius:50%;
	background-repeat:no-repeat;
	background-size:cover !important;
	background-position:center center !important;
	background-color:#fff;
	margin:auto;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .driver > .name{
	font-size:18px;
	font-weight:500;
	padding-top:50px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .driver > .star{
	margin-top:5px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .driver > .star > div{
	width:150px;
	height:20px;
	font-size:0px;
	text-align:left;
	margin:auto;
	overflow:hidden;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .driver > .star > div > div{
	float:left;
	display:block;
	margin:0px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .driver > .star > div > div.image{
	position:relative;
	width:112px;
	height:20px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .driver > .star > div > div > img{
	vertical-align:bottom;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .driver > .star > div > div.number{
	display:inline-block;
	color:#777;
	font-size:18px;
	font-weight:500;
	margin-top:-2px;
	margin-left:3px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .driver > .introduce{
	display:inline-block;
	color:#777;
	font-size:15px;
	font-weight:400;
	margin-top:10px;
	margin-left:50px;
	margin-right:50px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .driver > .star > div > div > i{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	overflow:hidden;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > div > ul.bus{
	max-width:400px;
	margin:10px auto 0px auto;
	overflow:hidden;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > div > ul.bus > li{
	float:left;
	list-style:none;
	width:33.3%;
	color:#777;
	font-size:15px;
	text-align:center;
	margin-top:10px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > div > ul.bus > li .name{
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > div > ul.bus > li .value{
	margin-top:5px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .button{
	width:100%;
	text-align:center;
	border-radius:10px;
	margin-top:30px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section1_wrap > .button > a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-size:16px;
	font-weight:600;
	padding:10px 0px;
	cursor:pointer;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section2_wrap{
	position:relative;
	text-align:left;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:80px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section2_wrap > .title{
	font-size:16px;
	font-weight:600;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section2_wrap > ul.review{
	margin-top:15px;;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section2_wrap > ul.review > li{
	list-style:none;
	margin-bottom:20px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section2_wrap > ul.review > li.no_data{
	text-align:center;
	padding:20px 0px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div{
	margin:10px;
	overflow:hidden;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .name{
	position:relative;
	font-size:0px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .name > p{
	display:inline-block;
	font-size:16px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .name > p.id{
	vertical-align:middle;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .name > p.star{
	position:relative;
	width:80px;
	margin-left:10px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .name > p.star > img{
	width:100%;
	vertical-align:bottom;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .name > p.star > i{
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .name > p.star > i > img{
	width:80px;
	vertical-align:bottom;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .name > p.purpose{
	position:absolute;
	top:10px;
	right:0px;
	color:#777;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .content{
	margin-top:10px;
	margin-bottom:10px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .image{
	margin-bottom:10px;
}
#wrap.driver.sub_profile_info > #body > #body_content > #section2_wrap > ul.review > li > div > .image > img{
	width:100%;
	vertical-align:bottom;
}

/* [order] 기사님 수수료 결제 */
#wrap.order.sub_order_pay_driver > #body  > #body_content > #section1_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.order.sub_order_pay_driver > #body > #body_content > #section1_wrap > form{
	margin-left:10px;
	margin-right:10px;
}
#wrap.order.sub_order_pay_driver > #body > #body_content > #section1_wrap > form > .box_shadow_gray{
	padding:10px;
	margin-top:10px;
	margin-bottom:30px;
}
#wrap.order.sub_order_pay_driver > #body > #body_content > #section1_wrap > form > div > p{
	margin-bottom:10px;
}
#wrap.order.sub_order_pay_driver > #body > #body_content > #section1_wrap > form .title{
	font-size:16px;
	font-weight:600;
}
#wrap.order.sub_order_pay_driver > #body > #body_content > #section1_wrap > form .label{
	font-size:16px;
	font-weight:500;
}
#wrap.order.sub_order_pay_driver > #body > #body_content > #section1_wrap > form input[type='text']{
	width:100%;
	height:45px;
	line-height:45px;
	color:#111;
	font-size:15px;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding-left:10px;
}
#wrap.order.sub_order_pay_driver > #body > #body_content > #section1_wrap > form input[type='text'][name='submit_last_price']{
	font-size:20px;
	font-weight:600;
}
#wrap.order.sub_order_pay_driver > #body > #body_content > #section1_wrap > form input[type='radio'],
#wrap.order.sub_order_pay_driver > #body > #body_content > #section1_wrap > form input[type='checkbox']{
	width:17px;
	height:17px;
	vertical-align:middle;
}
#wrap.order.sub_order_pay_driver > #body > #body_content > #section1_wrap > form .button{
	color:#fff;
	text-align:center;
	border-radius:10px;
	padding:10px 0px;
	margin-top:20px;
	cursor:pointer
}

/* [order] 결제 완료 페이지(PC) */
#wrap.order.sub_order_pay_customer_result > #body  > #body_content > #content_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.order.sub_order_pay_customer_result > #body  > #body_content > #content_wrap > div{
	text-align:left;
	margin-left:10px;
	margin-right:10px;
}
#wrap.order.sub_order_pay_customer_result > #body  > #body_content > #content_wrap > div .title{
	font-size:16px;
	font-weight:600;
}
#wrap.order.sub_order_pay_customer_result > #body  > #body_content > #content_wrap > div > .box_shadow_gray{
	font-size:0px;
	padding:10px 10px 0px 10px;
	margin-top:10px;
	margin-bottom:30px;
}
#wrap.order.sub_order_pay_customer_result > #body  > #body_content > #content_wrap > div > .box_shadow_gray > p{
	margin-bottom:10px;
}
#wrap.order.sub_order_pay_customer_result > #body  > #body_content > #content_wrap > div > .box_shadow_gray .label{
	display:inline-block;
	width:120px;
	color:#fff;
	font-size:12px;
	font-weight:500;
	text-align:center;
	background-color:#0075c3;
	padding:5px 0px;
	vertical-align:top;
}
#wrap.order.sub_order_pay_customer_result > #body  > #body_content > #content_wrap > div > .box_shadow_gray .value{
	display:inline-block;
	width:calc(100% - 130px);
	font-size:16px;
	font-weight:500;
	padding-left:10px;
}
#wrap.order.sub_order_pay_customer_result > #body  > #body_content > #content_wrap > div .button{
	color:#fff;
	text-align:center;
	border-radius:10px;
	padding:10px 0px;
	margin-top:60px;
	cursor:pointer
}
#wrap.order.sub_order_pay_customer_result > #body  > #body_content > #content_wrap > div .button > a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}

/* [order] 결제 완료 페이지(Mobile) */
#wrap.order.sub_order_pay_customer_result_mobile > #body  > #body_content > #content_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.order.sub_order_pay_customer_result_mobile > #body  > #body_content > #content_wrap > div{
	text-align:left;
	margin-left:10px;
	margin-right:10px;
}
#wrap.order.sub_order_pay_customer_result_mobile > #body  > #body_content > #content_wrap > div .title{
	font-size:16px;
	font-weight:600;
}
#wrap.order.sub_order_pay_customer_result_mobile > #body  > #body_content > #content_wrap > div > .box_shadow_gray{
	font-size:0px;
	padding:10px 10px 0px 10px;
	margin-top:10px;
	margin-bottom:30px;
}
#wrap.order.sub_order_pay_customer_result_mobile > #body  > #body_content > #content_wrap > div > .box_shadow_gray > p{
	margin-bottom:10px;
}
#wrap.order.sub_order_pay_customer_result_mobile > #body  > #body_content > #content_wrap > div > .box_shadow_gray .label{
	display:inline-block;
	width:120px;
	color:#fff;
	font-size:12px;
	font-weight:500;
	text-align:center;
	background-color:#0075c3;
	padding:5px 0px;
	vertical-align:top;
}
#wrap.order.sub_order_pay_customer_result_mobile > #body  > #body_content > #content_wrap > div > .box_shadow_gray .value{
	display:inline-block;
	width:calc(100% - 130px);
	font-size:16px;
	font-weight:500;
	padding-left:10px;
}
#wrap.order.sub_order_pay_customer_result_mobile > #body  > #body_content > #content_wrap > div .button{
	color:#fff;
	text-align:center;
	border-radius:10px;
	padding:10px 0px;
	margin-top:60px;
	cursor:pointer
}
#wrap.order.sub_order_pay_customer_result_mobile > #body  > #body_content > #content_wrap > div .button > a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}

/* [term] 이용약관 */
#wrap.term.sub_term > #body  > #body_content > #content_wrap{
	text-align:left;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:80px;
	margin-top:59px;
}
#wrap.term.sub_term > #body  > #body_content > #content_wrap > div{
	text-align:left;
	margin-left:10px;
	margin-right:10px;
}
#wrap.term.sub_term > #body  > #body_content > #content_wrap > div .content{
	width:100%;
	text-align:left;
	font-size:16px;
	font-weight:500;
	padding:20px 10px;
	box-sizing:border-box;
	border:1px solid #ccc;
}

/* Form */
form input::placeholder,
form textarea::placeholder{
	color:#aaa;
	font-size:14px;
	font-family:Noto Sans KR, Nanum Gothic, Helvetica, sans-serif;
}
form input:-ms-input-placeholder,
form textarea::placeholder{
	color:#aaa;
	font-size:14px;
	font-weight:500;
	font-family:Noto Sans KR, Nanum Gothic, Helvetica, sans-serif;
}
form input::-ms-input-placeholder,
form textarea::placeholder{
	color:#aaa;
	font-size:14px;
	font-family:Noto Sans KR, Nanum Gothic, Helvetica, sans-serif;
}
.center_space{
	margin-left:10px;
	margin-right:10px;
}